github.com/gotd/td/telegram/downloader.cdn.hashes (field)
8 uses
github.com/gotd/td/telegram/downloader (current package)
cdn.go#L52: hashes map[int64]tg.FileHash
cdn_verify.go#L20: c.hashes = nil
cdn_verify.go#L80: if c.hashes == nil {
cdn_verify.go#L81: c.hashes = make(map[int64]tg.FileHash, len(hashes))
cdn_verify.go#L89: if _, exists := c.hashes[hash.Offset]; !exists {
cdn_verify.go#L101: c.hashes[hash.Offset] = hash
cdn_verify.go#L108: hash, ok := c.hashes[offset]
cdn_verify.go#L129: candidate, exists := c.hashes[c.hashOffsets[idx]]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |